projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e297f3
)
* lisp/thread.el: Remove more useless runtime requires.
author
Glenn Morris
<rgm@gnu.org>
Mon, 10 Sep 2018 19:01:07 +0000
(15:01 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 10 Sep 2018 19:01:07 +0000
(15:01 -0400)
lisp/thread.el
patch
|
blob
|
history
diff --git
a/lisp/thread.el
b/lisp/thread.el
index 199fac279e33bf56cbb51734c562052cf0fefc17..7974a2603cbd5ccc124a62d255b1de7ea75835fc 100644
(file)
--- a/
lisp/thread.el
+++ b/
lisp/thread.el
@@
-25,9
+25,9
@@
;;; Code:
-(
require 'cl-lib
)
+(
eval-when-compile (require 'cl-lib)
)
(require 'backtrace)
-(
require 'pcase
)
+(
eval-when-compile (require 'pcase)
)
(eval-when-compile (require 'subr-x))
;;;###autoload